home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / Mesa-3.0 / README.WIN < prev    next >
Encoding:
Text File  |  1997-11-20  |  691 b   |  23 lines

  1. README for Mesa/Win32 makefiles, Microsoft Visual C++ environment
  2.  
  3. The following command will build the Win32 
  4. version of library:
  5.  
  6. mesaw32 ["NODEBUG=1"] [clobber] [clean]
  7.  
  8. NODEBUG=1 - to build the release/optimized version
  9. clobber   - cleans output files ( *.dll, *.exe, *.lib )
  10. clean     - cleans intermediate files ( *.obj, *.pch, etc. )
  11.  
  12. The build procedure produces a lot of warnings, some demos/samples
  13. have been excluded from the build due to MSVC header files related
  14. problems. Sorry, guys, it's just a small hack, but anyway it's better 
  15. then nothing.
  16.  
  17.  
  18. Contributed by Oleg Letsinsky (ajl@ultersys.ru)
  19.  
  20.  
  21. NOTE: if you have trouble compiling wmesa.c try replacing it with wmesaOld.c
  22.  
  23.